#!/bin/sh

ditto /System/InstallAtStartup/System/ /System/
ditto /System/InstallAtStartup/usr/ /usr/

exit 0
